home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950528-19950726 / 000110_news@columbia.edu_Thu Jun 8 12:02:41 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA19952
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sun, 11 Jun 1995 04:05:55 -0400
  3. Received: by apakabar.cc.columbia.edu id AA09057
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sun, 11 Jun 1995 04:05:52 -0400
  5. Path: news.columbia.edu!panix!news.mathworks.com!news.alpha.net!uwm.edu!vixen.cso.uiuc.edu!howland.reston.ans.net!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: How I kermit files over tcp/ip?
  9. Message-Id: <1995Jun8.180241.53692@cc.usu.edu>
  10. Date: 8 Jun 95 18:02:41 MDT
  11. References: <3r7opo$ng8@hustle.rahul.net>
  12. Distribution: world
  13. Organization: Utah State University
  14. Lines: 24
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <3r7opo$ng8@hustle.rahul.net>, Dan Bikle <dbikle@rahul.net> writes:
  18. > Hi there,
  19. > Normally, I transfer files (between unixes) over tcp/ip using ftp.
  20. > But, I'm at a site where I have 2 problems
  21. >   -the initial ftp login is very slow (5 minutes!)
  22. >   -the connection closes after 900 seconds of inactivity
  23. > Also, I can't connect directly to other sites.  I need
  24. > to ftp a gateway machine which asks me where I want to
  25. > establish an ftp connection.  So I tell it and then I 
  26. > get to wait.
  27. > So, I'm thinking...
  28. > how about if I telnet to the site (initial login takes about 30sec),
  29. > and then use kermit to transfer files back and forth?
  30. > Have you got this to work (between 2 unixes)?
  31. ---------
  32.     Yes, of course it works. I'm puzzled about why you asked rather
  33. than just trying it. Go try it, please.
  34.     Joe D.